func runtime.toRType
39 uses
runtime (current package)
alg.go#L144: panic(errorString("hash of unhashable type " + toRType(t).string()))
alg.go#L171: panic(errorString("hash of unhashable type " + toRType(t).string()))
alg.go#L248: panic(errorString("hash of unhashable type " + toRType(t).string()))
alg.go#L287: return errorString("hash of unhashable type " + toRType(t).string())
alg.go#L316: return errorString("hash of unhashable type " + toRType(t).string())
alg.go#L374: panic(errorString("comparing uncomparable type " + toRType(t).string()))
alg.go#L391: panic(errorString("comparing uncomparable type " + toRType(t).string()))
error.go#L37: inter = toRType(e._interface).string()
error.go#L39: as := toRType(e.asserted).string()
error.go#L43: cs := toRType(e.concrete).string()
error.go#L48: if toRType(e.concrete).pkgpath() != toRType(e.asserted).pkgpath() {
error.go#L269: typestring := toRType(eface._type).string()
heapdump.go#L197: rt := toRType(t)
iface.go#L54: name := toRType(&inter.Type).nameOff(inter.Methods[0].Name)
iface.go#L222: itype := toRType(&inter.Type).typeOff(i.Typ)
iface.go#L223: name := toRType(&inter.Type).nameOff(i.Name)
iface.go#L231: rtyp := toRType(typ)
mbitmap.go#L943: print("runtime: type=", toRType(typ).string(), "\n")
mbitmap.go#L1377: println("runtime: typeBitsBulkBarrier with type ", toRType(typ).string(), " of size ", typ.Size_, " but memory size", size)
mbitmap.go#L1841: print("runtime: type=", toRType(et).string(), "\n")
mfinal.go#L441: throw("runtime.SetFinalizer: first argument is " + toRType(etyp).string() + ", not pointer")
mfinal.go#L491: throw("runtime.SetFinalizer: second argument is " + toRType(ftyp).string() + ", not a function")
mfinal.go#L495: throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string() + " because dotdotdot")
mfinal.go#L498: throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string())
mfinal.go#L521: throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string())
panic.go#L653: throw(text + ": type " + toRType(efaceOf(&r)._type).string())
pinner.go#L112: panic(errorString("runtime.Pinner: argument is not a pointer: " + toRType(etyp).string()))
plugin.go#L85: t := toRType((*_type)(unsafe.Pointer(md.types))).typeOff(ptab.typ) // TODO can this stack of conversions be simpler?
runtime1.go#L677: return unsafe.Pointer(toRType((*_type)(rtype)).typeOff(typeOff(off)))
runtime1.go#L692: return toRType((*_type)(rtype)).textOff(textOff(off))
runtime1.go#L706: return unsafe.Pointer(toRType((*_type)(rtype)).typeOff(typeOff(off)))
tracetype.go#L48: typName := toRType(typ).string()
type.go#L490: func toRType(t *abi.Type) rtype {
type.go#L524: rt, rv := toRType(t), toRType(v)